
This program reads the output of CLI (Command Line Interface) Applications. Examples of CLI Applications are:
-PING
-NETSTAT
-TRACERT
This program will grab the output and call events so that you can process the commands. For example, if you ping a person, the output that is usely returned to the screen by the command prompt is captured and called into an event! This isnt a cheap method, it doesnt use any file input/output.
Please vote if you like, would like to hear complaints about bugs if you find any, but I also appreciate comments ;)
Thanks again
-Endra